home *** CD-ROM | disk | FTP | other *** search
- ;
- ; This script accesses a free online demo of GENIE via a toll-free
- ; 800# using the Hayes modem dialing command. You must run this
- ; script using the QMODEM Alt-F command, since it includes a phone
- ; number.
- ;
- ; This script can be linked to a Phone Book entry or executed
- ; with the Alt-F command.
- ;
-
- Note ** Calling GEnie **
-
- Turnoff Linefeed 8_Bit Echo
- Timeout 60 Failed ; Goto label FAILED if there are problems
- Setcomm 8 None 1
-
- If $ONLINE Skip ; If linked, goto label Skip
- Send "ATDT 1-800-638-8369{" ; Call the toll-free 800#
- Waitfor "CONNECT" ; Wait until modem returns CONNECT
- Skip: ; Jump here if Linked Script
- Send "~H~H" ; Get GEnie's attention
- Waitfor "U#=" ; Look for the Password Prompt
-
-
- Send "USERID,PASSWORD{" ; Send your ID and Password
- Return
-
-
- Failed: ; In case of failure (TIMEOUT)...
- Note ** Logon to GEnie failed **
- Return